home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Updaters / PowerKey 3.3.3 Update / Extras / PowerKey & PageSentry / PageSentry Demo / Additional AppleScripts / SendPage_PageNow < prev   
Text File  |  1996-02-04  |  493b  |  14 lines

  1. --- PageSentry Notification Applet
  2. --- SendPage Alphanumeric Pager (for use with "PageNow")
  3.  
  4. on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
  5.     set Message to sentryName & "-" & Status & " " & failedURL
  6.     
  7.     --- To use Notify running on another machine, use:
  8.     --- tell application "PageNOW!™ Demo" of machine "PageServer" of zone "PageServerZone"
  9.     
  10.     tell application "PageNOW!™ Demo"
  11.         send page Message to extra
  12.     end tell
  13. end «event SENTfail»
  14.